php replace space with 20

59

php string replace space -

$journalName = preg_replace('/\s+/', '_', $journalName);

Comments

Submit
0 Comments